home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / Insert < prev    next >
Encoding:
Text File  |  2003-09-12  |  269 b   |  16 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Insertion dbox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSInsert_h
  8. #define SFSInsert_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId Insert_sharedid;
  13. extern void Insert_initialise(ObjectId object);
  14.  
  15. #endif
  16.